Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Aug 15, 2025

Automated changes by create-pull-request GitHub action

ianayl and others added 2 commits August 15, 2025 00:42
…9437)

Add the ability to control USM prefetch direction (host-to-device,
device-to-host) in the enqueue_function extension:
```cpp
sycl::ext::oneapi::experimental {
    enum class prefetch_type { device, host };

    void prefetch(sycl::queue q, void* ptr, size_t numBytes,
                          prefetch_type type = prefetch_type::device);
    void prefetch(sycl::handler &h, void* ptr, size_t numBytes,
                          prefetch_type type = prefetch_type::device);
}
```

**Note:**
- ~~There is a test failure regarding a new ABI symbol: In order to not
break the ABI, I added a new handler function to represent prefetch from
device-to-host. Despite the precommit failures, this should not be an
ABI-breaking change and thus be okay to merge.~~ I modified the ABI
symbols tests as a part of this PR.

---------

Co-authored-by: Pablo Reble <[email protected]>
@kbenzie kbenzie requested a review from a team as a code owner August 15, 2025 00:43
Copy link
Contributor

Unified Runtime -> intel/llvm Repo Move Notice

Information

The source code of Unified Runtime has been moved to intel/llvm under the unified-runtime top-level directory,
all future development will now be carried out there. This was done in intel/llvm#17043.

The code will be mirrored to oneapi-src/unified-runtime and the specification will continue to be hosted at oneapi-src.github.io/unified-runtime.

The contribution guide will be updated with new instructions for contributing to Unified Runtime.

PR Migration

All open PRs including this one will be marked with the auto-close label and shall be automatically closed after 30 days.

Should you wish to continue with your PR you will need to migrate it to intel/llvm.
We have provided a script to help automate this process.

If your PR should remain open and not be closed automatically, you can remove the auto-close label.


This is an automated comment.

@kbenzie kbenzie merged commit 2b671ac into main Aug 15, 2025
@kbenzie kbenzie deleted the mirror-commits- branch August 15, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants